Fire up your applications with Jetfire
RSS
Jetfire Wiki


Quick Search
»
Advanced Search »

Search Engine

Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.



Filter by Category






















This search, performed through 1.76 MB (517 documents, 4735 words), completed in 0.0 seconds and yielded 30 results.

Jetfire Admin Panel — 4.5%

Jetfire Admin Panel The Jetfire Admin Panel is used to build Web 2.0 enabled applications for the website. The panel is available in two operational modes: WebMaster Administrator By using Roles, the website administrator can create the two different views of the Jetfire Admin Panel. The 'WebMaster' view is targeted at users who create pages, manage content and menus on a daily basis. The 'Administrator' view is the super-set of all functionality [...]

Web Service: Workflows — 2.8%

Web Service Web Methods for Workflows (return to Jetfire Web Service ) This page contains a number of web methods that are used to get workflows. Get Collection Get List Get Named Workflows Get Named Workflows for List Items Get Named Workflows in Current State Get Workflow Get Workflow by Subject Get Workflow Structure Get Workflows Get Workflow in Workspace Workflows Workspaces Get Workflows Get [...]

Jetfire Debug Panel — 2.0%

Jetfire Debug Panel The Jetfire Debug Panel is used to debug Web 2.0 enabled applications for the website. The panel is used by the System Administrator to debug Jetfire issues. Getting Started Before the Jetfire Debug Panel can be used, it progresses through a series of stages: If the user is not logged into CMS, the Jetfire Debug Panel prompts the user to login. The user sees the CMS Login Prompt. The user MUST be logged [...]

Web Parts Library: Jetfire Base — 1.5%

Jetfire Base Web Parts Library The Jetfire Base Web Parts Library contains the following web parts. Add new Workflow to List is used by the Jetfire User to add a new workflow to a list. Add Workflow to List is used by the Jetfire User to add the workflow to a list. Command with Parameters is used

Workflow — 1.3%

Overview In Jetfire a 'workflow' refers to a workflow object. A Jetfire 'workflow' is an instantiation of a ' Workflow Class '. Jetfire workflow classes have a number of unique first class attributes such as persistence, dynamic access modifiers , and states . A workflow object at its heart is still a standard OO object that describes data [...]

GUI: Displaying Jetfire Workflows — 1.3%

Find Workflows Displaying Jetfire Workflows in the GUI Workflows come in all 'shapes and sizes'. Jetfire Administrators need to easily identify what workflows should be displayed to Jetfire Users for different applications. This page describes how to configure Web Parts to display workflows. The figure to the right shows the properties that are used to Find Workflows used in a Web Part. This is used as standard input. Jetfire Find Workflow [...]

Jetfire Overview — 1.1%

Jetfire Overview Jetfire is a dynamic, multi-user, object oriented language and runtime support. The language derives its syntax from C# and Java. Jetfire extends this syntax by adding first class support for features such as states , roles , versioning, audit information and persistence . Objects and classes ( code ) in Jetfire are automatically and transparently placed in permanent storage on a server nexus . This storage can either be a file system, [...]

Web Part: Jetfire Workflow Editor — 1.1%

Workflow Editor Web Part The Workflow Edit Web Part is a generic property editor, complete with commands and state display. Access This Web Part is accessed in the Jetfire Web Parts Library . Web Part Features Features of the Web Part include: Works in conjunction with a Workflow Configuration Xml file to display properties. If the Workflow Configuration Xml file is not found, then displays [...]

GUI: Jetfire Property Display — 1.1%

Jetfire Property Display in the GUI The Property Display option defines what properties are displayed in various Web Parts. This option provides a quick selection of the properties displayed. Property Display Enumeration Property Display options include: Auto - The Jetfire Administrator may define specific properties to be displayed using Field Names and Field Display Names. If these fields [...]

Jetfire Libraries — 1.0%

Libraries Jetfire (Workflow) Libraries Libraries are also referred to as the 'Catalog of Web Parts'. Build Web 2.0 websites with Jetfire Web Parts. Jetfire is a workflow domain specific language that makes it simple to build process driven websites. Jetfire Base Library is used by Jetfire Users to display, create, edit and delete

Jetfire Code: Hints for Writing Good Code — 1.0%

Jetfire Code: Hints for Writing Good Code This page contains a number of suggestions that may help in writing good Jetfire code. The suggestions include: Structure Hints Syntax Hints Semantic Hints Structure Hints Keep the size of the code files small. Follow indentation practices to make your code easy to read. Whitespace makes code easier to read. Follow the code template. TrackerRealm marks Jetfire code as GNU GPL. Decide how you copyright your code and add it to the top of the code file. // [...]

Web Parts Library: Jetfire Navigation — 0.8%

Jetfire Navigation Library The Jetfire Navigation Web Parts library contains the following [...]

Web Service: Jetfire API — 0.8%

Jetfire API for Web Service (return to Jetfire Web Service ) An xml string provides a lot of flexibility in responding to client requests. The Server can send one or more workflows or an error message. Of course, xml can also be complicated to decode. The Jetfire API also contains access to the Jetfire Web Service. TrackerRealm provides a dll that customers can integrate into their Visual Studio projects. Start-up The utility is started up by instantiating [...]

First Class Constructs — 0.7%

Jetfire First Class Constructs Jetfire at its heart is an OO language based heavily on C# and Java. Jetfire does have a number of first class constructs that traditional object oriented languages (such as C#) do not have. These constructs provide Jetfire with its unique capabilities. They include: Object and Class Persistence : Jetfire objects and classes (code) are persistent . They are automatically serialized and stored in a workspace or namespace [...]

Role — 0.7%

Role Overview A 'Role' is a first class workflow object within Jetfire. Roles provide the logged-in user with permissions for accessing workflows, workspace contents, executing methods, accessing properties and changing permissions. A Jetfire user can be assigned one or more roles. Methods and properties objects can have roles assigned using the 'access construct' . Workflow objects can be assigned roles programmatically (see below). This restricts usage and visibility of methods, [...]

Web Part: Create Jetfire User — 0.7%

Create Jetfire User Web Part This Web Part is used to create new Jetfire Users. The basic form displayed in the first image is a standard form that is produced by this Web Part. It collects various information for the new Jetfire user. The second image is the same form, albeit decorated differently and displaying a different set of fields (due to how the Web Part is configured). Of particular note, this image shows the image-based captcha form. Access This Web Part is accessed [...]

Web Part: Jetfire News Display — 0.7%

Jetfire News Display Web Part The Jetfire News Display Web Part displays all valid new items. Two new items are displayed in the example. Alternate css classes are used to distinguish rows in the table. Access The Web Part is accessed from the Jetfire News Web Parts Library . Web Part Features Features of the Web Part include: Works in conjunction with a Workflow Configuration Xml file to display [...]

Application Interface — 0.7%

Overview The application interface has been designed to allow Jetfire objects to be accessed directly within .net code. Jetfire objects can be accessed a)using Jetfire framework classes b)using .net DLR interface or c) a combination of the two techniques. Jetfire programs can also access .net objects . Exceptions can be thrown in Jetfire and caught directly in .net code. Calling Jetfire Directly using .net DLR Jetfire [...]

Find Workflow Criteria — 0.7%

Find Workflow Criteria This class is an enumeration that are used for retrieving Workflows. FindWorkflowCriteria is a class that is used in Jetfire Web Parts and the Jetfire Web Service to provide flexibility in quickly retrieving workflows. The enumerated values of the class follow. Each element has one or more parameters. WhereAllVisible = Workflows that are Visible. WorkflowClasses: optional comma-delimited list of workflow class names AllVersions: a flag that indicates that [...]

Web Part: Jetfire Workflow (Read Only) — 0.7%

Jetfire Workflow Viewer (read-only) Web Part There are applications where the Jetfire Administrator may wish to display the data in a read-only format. This prevents users from changing the data. The workflow displayed in the example is an OawaRate that defines a Juvenile athlete for 2008. Access The Web Part is accessed from the Jetfire Web Parts Library . Web Part Features Features of the Web Part includes: Works [...]

Web Part: Jetfire Workflow Navigation by date — 0.7%

Workflow Navigation by Date Web Part This document describes a Navigation Web Part that is used to display workflows sorted by date. Access The Web Part is accessed in the Jetfire Navigation Web Parts Library . Web Part Features Features include: Workflows are displayed in the Web Part according to the date property in the workflow. [...]

Jetfire vs CSharp — 0.6%

Jetfire vs CSharp Differences Overview Jetfire's core syntax is identical to C#. Jetfire contains extensions to the .net C# language to simplify programming. To reduce the complexity of the programming model certain aspects of the .net C# language are not required in Jetfire. Jetfire Extensions Jetfire has a number of first class constructs not in C#. Code examples can be found at the Jetfire [...]

Jetfire Code Life Cycle — 0.6%

Jetfire Code Life Cycle The life cycle of a Jetfire Code Class is displayed in the following picture. The steps include: Write the code Parse the code into an Expression Tree Run the code in the .net Framework Common Language Run-time environment Change the code in a Visual Designer In designing the Jetfire language, we started with the programmatic model. This allows us to write unit tests against the code base to ensure that the design does not stray. Once the programmatic model was mature, we introduced [...]

Web Parts Library: Jetfire Admin — 0.6%

Jetfire [...]

Workflow Upgrades and Versioning — 0.6%

Workflow Versions Jetfire code, when parsed, added to the client nexus Code Collection and persistent storage in the server nexus . Jetfire code can be added to a running system. When Jetfire code parses correctly, the code is added to the Jetfire Code Collection as a ' parse unit '. Otherwise, the errors are identified. When code is updated, the Parse Unit of the previous version must be referenced so that the running system is aware of changes being [...]

Securing the Jetfire Web Service — 0.6%

Securing the Jetfire Web Service (return to Jetfire Web Service ) The Jetfire Web Service API is a general purpose web service that provides full access to Jetfire Workflows. An open web service Without security settings, The Web Service transmits data in clear text between the client and the Jetfire Service. Users can log into any Jetfire subscription. A website may have multiple Jetfire subscriptions [...]

Web Parts Library: Jetfire Login — 0.5%

Jetfire Login Web Parts Library The Jetfire [...]

Web Part: Jetfire Workflow Summary Display — 0.5%

Jetfire Workflow Summary Display Web Part This document describes a Web Part that displays the selected properties of workflows in table cells. This Web Part displays a summary of workflows for a workflow class. The style and the number to display are easily controlled through the edit properties of the Web Part. Access The Web Part is accessed from the Jetfire Web Parts Library . Editor for Workflow [...]

Web Parts Library: Jetfire Reports — 0.5%

Jetfire Reports Web Parts Library The Jetfire Reports Web Parts Library includes: Bulk Export is used by [...]

Jetfire Code: QnA — 0.5%

Jetfire Code: QnA Class The Jetfire Code Class for QnA (Questions and Answers) is shown below in the box. This simple class is inherited by Quizes and Surveys that are designed using Form Maker . // Q n A W O R K F L O W //=================================================================================== // QnA.txt //=================================================================================== // Copyright (C) 2008 TrackerRealm Corporation // This file is part of Jetfire. [...]

ScrewTurn Wiki version 3.0.4.560. Some of the icons created by FamFamFam.